home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000272_drdiags@covad.net_Sat Jul 14 12:07:48 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 12603 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!howland.erols.net!newsfeed.fast.net!uunet!dca.uu.net!news.laserlink.net!not-for-mail
  3. From: DrDiags <drdiags@covad.net>
  4. Newsgroups: comp.os.vxworks,comp.arch.embedded,comp.protocols.kermit.misc
  5. Subject: Re: Kermit for VxWorks
  6. Date: Sat, 14 Jul 2001 09:00:45 -0700
  7. Organization: laserlink.net
  8. Lines: 32
  9. Message-ID: <3B506CAD.D85AC443@covad.net>
  10. References: <9ikjrq$asm@watsun.cc.columbia.edu>
  11. Reply-To: drdiags@covad.net
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=us-ascii
  14. Content-Transfer-Encoding: 7bit
  15. X-Trace: newstest.laserlink.net 995125911 24266 24.248.27.59 (14 Jul 2001 15:51:51 GMT)
  16. X-Complaints-To: abuse@laserlink.net
  17. X-Mailer: Mozilla 4.74 [en] (Win95; U)
  18. X-Accept-Language: en
  19. Xref: newsmaster.cc.columbia.edu comp.os.vxworks:41702 comp.arch.embedded:108406 comp.protocols.kermit.misc:12603
  20.  
  21. Frank,
  22.  
  23.     Some points I have noticed during the porting of gkermit. There
  24. are several functions and structures which I probably would declare
  25. static, such as lkup() in the gwart.c file. vxWorks has a similar
  26. function. So I am going through all the source and leaving global
  27. those functions that make sense for me. I may not complete this in 
  28. a timely manner, so hopefully someone else has already moved further
  29. along than I.
  30.  
  31. Frank da Cruz wrote:
  32. > From time to time, we get requests for Kermit file transfer software
  33. > for VxWorks.  I'd like to be able satisfy them.
  34. > Does VxWorks have a C compiler, the basic minimum well-known header
  35. > files, a C library, and a make program?  Does it support the UNIX
  36. > notion of standard i/o?  If so, then maybe it's just a simple matter
  37. > of getting the G-Kermit sources files onto VxWorks and typing "make":
  38. >   http://www.columbia.edu/kermit/gkermit.html
  39. > Would anybody care to give it a try and report back?  Thanks!
  40. > Frank da Cruz
  41. > The Kermit Project
  42. > Columbia University
  43. > http://www.columbia.edu/kermit/
  44.  
  45. -- 
  46. http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html (vxWorks FAQ home
  47. page)
  48.